derelict.purple.buddyicon

Undocumented in source.

Members

Aliases

PurpleBuddyIcon
alias PurpleBuddyIcon = _PurpleBuddyIcon
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_buddy_icon_get_account
alias da_purple_buddy_icon_get_account = PurpleAccount* function(const(PurpleBuddyIcon)* icon)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_buddy_icon_get_checksum
alias da_purple_buddy_icon_get_checksum = const(char)* function(const(PurpleBuddyIcon)* icon)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_buddy_icon_get_data
alias da_purple_buddy_icon_get_data = gconstpointer function(const(PurpleBuddyIcon)* icon, size_t* len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_buddy_icon_get_extension
alias da_purple_buddy_icon_get_extension = const(char)* function(const(PurpleBuddyIcon)* icon)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_buddy_icon_get_full_path
alias da_purple_buddy_icon_get_full_path = char* function(PurpleBuddyIcon* icon)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_buddy_icon_get_scale_size
alias da_purple_buddy_icon_get_scale_size = void function(PurpleBuddyIconSpec* spec, int* width, int* height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_buddy_icon_get_username
alias da_purple_buddy_icon_get_username = const(char)* function(const(PurpleBuddyIcon)* icon)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_buddy_icon_new
alias da_purple_buddy_icon_new = PurpleBuddyIcon* function(PurpleAccount* account, const(char)* username, void* icon_data, size_t icon_len, const(char)* checksum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_buddy_icon_ref
alias da_purple_buddy_icon_ref = PurpleBuddyIcon* function(PurpleBuddyIcon* icon)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_buddy_icon_set_data
alias da_purple_buddy_icon_set_data = void function(PurpleBuddyIcon* icon, guchar* data, size_t len, const(char)* checksum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_buddy_icon_unref
alias da_purple_buddy_icon_unref = PurpleBuddyIcon* function(PurpleBuddyIcon* icon)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_buddy_icon_update
alias da_purple_buddy_icon_update = void function(PurpleBuddyIcon* icon)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_buddy_icons_find
alias da_purple_buddy_icons_find = PurpleBuddyIcon* function(PurpleAccount* account, const(char)* username)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_buddy_icons_find_account_icon
alias da_purple_buddy_icons_find_account_icon = PurpleStoredImage* function(PurpleAccount* account)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_buddy_icons_find_custom_icon
alias da_purple_buddy_icons_find_custom_icon = PurpleStoredImage* function(PurpleContact* contact)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_buddy_icons_get_account_icon_timestamp
alias da_purple_buddy_icons_get_account_icon_timestamp = time_t function(PurpleAccount* account)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_buddy_icons_get_cache_dir
alias da_purple_buddy_icons_get_cache_dir = const(char)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_buddy_icons_get_checksum_for_user
alias da_purple_buddy_icons_get_checksum_for_user = const(char)* function(PurpleBuddy* buddy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_buddy_icons_get_handle
alias da_purple_buddy_icons_get_handle = void* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_buddy_icons_has_custom_icon
alias da_purple_buddy_icons_has_custom_icon = gboolean function(PurpleContact* contact)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_buddy_icons_init
alias da_purple_buddy_icons_init = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_buddy_icons_is_caching
alias da_purple_buddy_icons_is_caching = gboolean function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_buddy_icons_node_find_custom_icon
alias da_purple_buddy_icons_node_find_custom_icon = PurpleStoredImage* function(PurpleBlistNode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_buddy_icons_node_has_custom_icon
alias da_purple_buddy_icons_node_has_custom_icon = gboolean function(PurpleBlistNode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_buddy_icons_node_set_custom_icon
alias da_purple_buddy_icons_node_set_custom_icon = PurpleStoredImage* function(PurpleBlistNode* node, guchar* icon_data, size_t icon_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_buddy_icons_node_set_custom_icon_from_file
alias da_purple_buddy_icons_node_set_custom_icon_from_file = PurpleStoredImage* function(PurpleBlistNode* node, const(gchar)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_buddy_icons_set_account_icon
alias da_purple_buddy_icons_set_account_icon = PurpleStoredImage* function(PurpleAccount* account, guchar* icon_data, size_t icon_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_buddy_icons_set_cache_dir
alias da_purple_buddy_icons_set_cache_dir = void function(const(char)* cache_dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_buddy_icons_set_caching
alias da_purple_buddy_icons_set_caching = void function(gboolean caching)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_buddy_icons_set_custom_icon
alias da_purple_buddy_icons_set_custom_icon = PurpleStoredImage* function(PurpleContact* contact, guchar* icon_data, size_t icon_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_buddy_icons_set_for_user
alias da_purple_buddy_icons_set_for_user = void function(PurpleAccount* account, const(char)* username, void* icon_data, size_t icon_len, const(char)* checksum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_purple_buddy_icons_uninit
alias da_purple_buddy_icons_uninit = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

purple_buddy_icon_get_account
PurpleAccount* purple_buddy_icon_get_account(const(PurpleBuddyIcon)* icon)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icon_get_checksum
const(char)* purple_buddy_icon_get_checksum(const(PurpleBuddyIcon)* icon)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icon_get_data
gconstpointer purple_buddy_icon_get_data(const(PurpleBuddyIcon)* icon, size_t* len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icon_get_extension
const(char)* purple_buddy_icon_get_extension(const(PurpleBuddyIcon)* icon)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icon_get_full_path
char* purple_buddy_icon_get_full_path(PurpleBuddyIcon* icon)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icon_get_scale_size
void purple_buddy_icon_get_scale_size(PurpleBuddyIconSpec* spec, int* width, int* height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icon_get_username
const(char)* purple_buddy_icon_get_username(const(PurpleBuddyIcon)* icon)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icon_new
PurpleBuddyIcon* purple_buddy_icon_new(PurpleAccount* account, const(char)* username, void* icon_data, size_t icon_len, const(char)* checksum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icon_ref
PurpleBuddyIcon* purple_buddy_icon_ref(PurpleBuddyIcon* icon)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icon_set_data
void purple_buddy_icon_set_data(PurpleBuddyIcon* icon, guchar* data, size_t len, const(char)* checksum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icon_unref
PurpleBuddyIcon* purple_buddy_icon_unref(PurpleBuddyIcon* icon)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icon_update
void purple_buddy_icon_update(PurpleBuddyIcon* icon)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icons_find
PurpleBuddyIcon* purple_buddy_icons_find(PurpleAccount* account, const(char)* username)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icons_find_account_icon
PurpleStoredImage* purple_buddy_icons_find_account_icon(PurpleAccount* account)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icons_find_custom_icon
PurpleStoredImage* purple_buddy_icons_find_custom_icon(PurpleContact* contact)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icons_get_account_icon_timestamp
time_t purple_buddy_icons_get_account_icon_timestamp(PurpleAccount* account)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icons_get_cache_dir
const(char)* purple_buddy_icons_get_cache_dir()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icons_get_checksum_for_user
const(char)* purple_buddy_icons_get_checksum_for_user(PurpleBuddy* buddy)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icons_get_handle
void* purple_buddy_icons_get_handle()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icons_has_custom_icon
gboolean purple_buddy_icons_has_custom_icon(PurpleContact* contact)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icons_init
void purple_buddy_icons_init()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icons_is_caching
gboolean purple_buddy_icons_is_caching()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icons_node_find_custom_icon
PurpleStoredImage* purple_buddy_icons_node_find_custom_icon(PurpleBlistNode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icons_node_has_custom_icon
gboolean purple_buddy_icons_node_has_custom_icon(PurpleBlistNode* node)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icons_node_set_custom_icon
PurpleStoredImage* purple_buddy_icons_node_set_custom_icon(PurpleBlistNode* node, guchar* icon_data, size_t icon_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icons_node_set_custom_icon_from_file
PurpleStoredImage* purple_buddy_icons_node_set_custom_icon_from_file(PurpleBlistNode* node, const(gchar)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icons_set_account_icon
PurpleStoredImage* purple_buddy_icons_set_account_icon(PurpleAccount* account, guchar* icon_data, size_t icon_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icons_set_cache_dir
void purple_buddy_icons_set_cache_dir(const(char)* cache_dir)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icons_set_caching
void purple_buddy_icons_set_caching(gboolean caching)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icons_set_custom_icon
PurpleStoredImage* purple_buddy_icons_set_custom_icon(PurpleContact* contact, guchar* icon_data, size_t icon_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icons_set_for_user
void purple_buddy_icons_set_for_user(PurpleAccount* account, const(char)* username, void* icon_data, size_t icon_len, const(char)* checksum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icons_uninit
void purple_buddy_icons_uninit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

purple_buddy_icon_get_account
da_purple_buddy_icon_get_account purple_buddy_icon_get_account;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icon_get_checksum
da_purple_buddy_icon_get_checksum purple_buddy_icon_get_checksum;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icon_get_data
da_purple_buddy_icon_get_data purple_buddy_icon_get_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icon_get_extension
da_purple_buddy_icon_get_extension purple_buddy_icon_get_extension;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icon_get_full_path
da_purple_buddy_icon_get_full_path purple_buddy_icon_get_full_path;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icon_get_scale_size
da_purple_buddy_icon_get_scale_size purple_buddy_icon_get_scale_size;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icon_get_username
da_purple_buddy_icon_get_username purple_buddy_icon_get_username;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icon_new
da_purple_buddy_icon_new purple_buddy_icon_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icon_ref
da_purple_buddy_icon_ref purple_buddy_icon_ref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icon_set_data
da_purple_buddy_icon_set_data purple_buddy_icon_set_data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icon_unref
da_purple_buddy_icon_unref purple_buddy_icon_unref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icon_update
da_purple_buddy_icon_update purple_buddy_icon_update;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icons_find
da_purple_buddy_icons_find purple_buddy_icons_find;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icons_find_account_icon
da_purple_buddy_icons_find_account_icon purple_buddy_icons_find_account_icon;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icons_find_custom_icon
da_purple_buddy_icons_find_custom_icon purple_buddy_icons_find_custom_icon;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icons_get_account_icon_timestamp
da_purple_buddy_icons_get_account_icon_timestamp purple_buddy_icons_get_account_icon_timestamp;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icons_get_cache_dir
da_purple_buddy_icons_get_cache_dir purple_buddy_icons_get_cache_dir;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icons_get_checksum_for_user
da_purple_buddy_icons_get_checksum_for_user purple_buddy_icons_get_checksum_for_user;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icons_get_handle
da_purple_buddy_icons_get_handle purple_buddy_icons_get_handle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icons_has_custom_icon
da_purple_buddy_icons_has_custom_icon purple_buddy_icons_has_custom_icon;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icons_init
da_purple_buddy_icons_init purple_buddy_icons_init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icons_is_caching
da_purple_buddy_icons_is_caching purple_buddy_icons_is_caching;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icons_node_find_custom_icon
da_purple_buddy_icons_node_find_custom_icon purple_buddy_icons_node_find_custom_icon;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icons_node_has_custom_icon
da_purple_buddy_icons_node_has_custom_icon purple_buddy_icons_node_has_custom_icon;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icons_node_set_custom_icon
da_purple_buddy_icons_node_set_custom_icon purple_buddy_icons_node_set_custom_icon;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icons_node_set_custom_icon_from_file
da_purple_buddy_icons_node_set_custom_icon_from_file purple_buddy_icons_node_set_custom_icon_from_file;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icons_set_account_icon
da_purple_buddy_icons_set_account_icon purple_buddy_icons_set_account_icon;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icons_set_cache_dir
da_purple_buddy_icons_set_cache_dir purple_buddy_icons_set_cache_dir;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icons_set_caching
da_purple_buddy_icons_set_caching purple_buddy_icons_set_caching;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icons_set_custom_icon
da_purple_buddy_icons_set_custom_icon purple_buddy_icons_set_custom_icon;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icons_set_for_user
da_purple_buddy_icons_set_for_user purple_buddy_icons_set_for_user;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
purple_buddy_icons_uninit
da_purple_buddy_icons_uninit purple_buddy_icons_uninit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

_PurpleBuddyIcon
struct _PurpleBuddyIcon
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta